home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / demos / GL / flight / rgb_colors.h < prev    next >
Text File  |  1994-08-01  |  3KB  |  101 lines

  1. /*
  2.  * Copyright 1993, 1994, Silicon Graphics, Inc.
  3.  * All Rights Reserved.
  4.  *
  5.  * This is UNPUBLISHED PROPRIETARY SOURCE CODE of Silicon Graphics, Inc.;
  6.  * the contents of this file may not be disclosed to third parties, copied or
  7.  * duplicated in any form, in whole or in part, without the prior written
  8.  * permission of Silicon Graphics, Inc.
  9.  *
  10.  * RESTRICTED RIGHTS LEGEND:
  11.  * Use, duplication or disclosure by the Government is subject to restrictions
  12.  * as set forth in subdivision (c)(1)(ii) of the Rights in Technical Data
  13.  * and Computer Software clause at DFARS 252.227-7013, and/or in similar or
  14.  * successor clauses in the FAR, DOD or NASA FAR Supplement. Unpublished -
  15.  * rights reserved under the Copyright Laws of the United States.
  16.  */
  17.  
  18. /*
  19.  *  ci_colors.h $Revision: 1.1 $
  20.  */
  21.  
  22.  
  23. /*
  24.  *  fixed
  25.  */
  26. #define RGB_BLACK    0x00, 0x00, 0x00
  27. #define RGB_WHITE    0xff, 0xff, 0xff
  28. #define RGB_RED        0xff, 0x00, 0x00
  29. #define RGB_DRED    0x30, 0x00, 0x00
  30. #define RGB_GREEN    0x00, 0xff, 0x00
  31. #define RGB_BLUE    0x00, 0x00, 0xff
  32. #define RGB_YELLOW    0xff, 0xff, 0x00
  33. #define RGB_ORANGE    0xff, 0xc0, 0x00
  34. #define RGB_INST_BROWN    0x60, 0x50, 0x40
  35. #define RGB_HBLUE    0x50, 0x90, 0xe0
  36. #define RGB_GREY    0x80, 0x80, 0x80
  37.  
  38. /*
  39.  *  missile contrail
  40.  */
  41. #define RGB_MC_FLAME    0xff, 0x40, 0x10
  42. #define RGB_MC_TRAIL    0xd0, 0xd0, 0xd0
  43.  
  44. /*
  45.  * non ramp
  46.  */
  47. #define RGB_DIRT    0x70, 0x60, 0x30
  48. #define RGB_SWAMP    0x50, 0x90, 0x50
  49. #define RGB_SKY        0x50, 0xa0, 0xf0
  50.  
  51. /* ramps */
  52. #define RGB_GREY_0    0xe0, 0xe0, 0xe0
  53. #define RGB_GREY_1    0xd0, 0xd0, 0xd0
  54. #define RGB_GREY_2    0xc0, 0xc0, 0xc0
  55. #define RGB_GREY_3    0xb0, 0xb0, 0xb0
  56. #define RGB_GREY_4    0xa0, 0xa0, 0xa0
  57. #define RGB_GREY_5    0x90, 0x90, 0x90
  58. #define RGB_GREY_6    0x80, 0x80, 0x80
  59. #define RGB_GREY_7    0x70, 0x70, 0x70
  60. #define RGB_GREY_8    0x60, 0x60, 0x60
  61. #define RGB_GREY_9    0x50, 0x50, 0x50
  62. #define RGB_GREY_10    0x40, 0x40, 0x40
  63. #define RGB_GREY_11    0x30, 0x30, 0x30
  64. #define RGB_GREY_12    0x20, 0x20, 0x20
  65.  
  66. #define RGB_SILVER_0    160, 176, 188
  67. #define RGB_SILVER_1    150, 166, 178
  68. #define RGB_SILVER_2    140, 156, 168
  69. #define RGB_SILVER_3    130, 146, 158
  70. #define RGB_SILVER_4    120, 136, 148
  71. #define RGB_SILVER_5    110, 126, 138
  72. #define RGB_SILVER_6    100, 116, 128
  73. #define RGB_SILVER_7     90, 106, 118
  74. #define RGB_SILVER_8     80,  96, 108
  75. #define RGB_SILVER_9     70,  86,  98
  76.  
  77. #define RGB_PURPLE_0    0xd0, 0x00, 0xd0
  78. #define RGB_PURPLE_1    0xb0, 0x00, 0xb0
  79. #define RGB_PURPLE_2    0x90, 0x00, 0x90
  80. #define RGB_PURPLE_3    0x70, 0x00, 0x70
  81. #define RGB_PURPLE_4    0x50, 0x00, 0x50
  82.  
  83. #define RGB_LIME_0    0xb0, 0xd0, 0xa0
  84. #define RGB_LIME_1    0x90, 0xb0, 0x80
  85. #define RGB_LIME_2    0x70, 0x90, 0x60
  86. #define RGB_LIME_3    0x50, 0x70, 0x40
  87. #define RGB_LIME_4    0x30, 0x50, 0x20
  88.  
  89. #define RGB_TAN_0    0xb0, 0x90, 0x70
  90. #define RGB_TAN_1    0x9c, 0x7c, 0x5c
  91. #define RGB_TAN_2    0x88, 0x68, 0x48
  92. #define RGB_TAN_3    0x74, 0x54, 0x34
  93. #define RGB_TAN_4    0x60, 0x40, 0x20
  94.  
  95. #define RGB_ORANGE_0    0xc8, 0x46, 0x00
  96. #define RGB_ORANGE_1    0xa8, 0x39, 0x00
  97. #define RGB_ORANGE_2    0x88, 0x2c, 0x00
  98. #define RGB_ORANGE_3    0x68, 0x1f, 0x00
  99. #define RGB_ORANGE_4    0x48, 0x12, 0x00
  100.  
  101.